home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / tripong.swf / scripts / frame_3 / PlaceObject2_35_10 / CLIPACTIONRECORD onClipEvent(load).as < prev    next >
Encoding:
Text File  |  2007-04-23  |  272 b   |  11 lines

  1. onClipEvent(load){
  2.    _parent.soundon = true;
  3.    sound1 = new Sound(this);
  4.    sound1.setVolume(100);
  5.    sound1.attachSound("quietsch.wav",true);
  6.    sound2 = new Sound(this);
  7.    sound2.setVolume(100);
  8.    sound2.attachSound("k4.mp3",true);
  9.    sound2.start(0,1);
  10. }
  11.